body {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    font-feature-settings: "tnum"
}

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

#app {
    height: 100vh;
    overflow-x: hidden;
}

.dll-row {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.dll-col.flexAuto {
    flex: auto;
}

/* warp */
.warp {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .warp {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .warp {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .warp {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .warp {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .warp {
        max-width: 1400px;
    }
}

/* 头部 */
.topTel {
    display: none;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    background-color: #78bc27;
    color: #fff;
    font-size: 1.5rem;
}

@media (min-width: 576px) {
    .topTel {
        display: flex;
    }
}

@media (min-width: 768px) {
    .topTel {
        display: flex;
    }
}

@media (min-width: 992px) {
    .topTel {
        display: none;
    }
}

@media (min-width: 1200px) {
    .topTel {
        display: none;
    }
}

@media (min-width: 1440px) {
    .topTel {
        display: none;
    }
}

.topTel span {
    margin: 0 5px;
}

.headerTop {
    display: none;
    align-items: center;
    background-color: #F5F5F5;
    font-size: .8rem;
    height: 40px;
    color: #999;
}

@media (min-width: 576px) {
    .headerTop {
        display: none;
    }
}

@media (min-width: 768px) {
    .headerTop {
        display: none;
    }
}

@media (min-width: 992px) {
    .headerTop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .headerTop {
        display: flex;
    }
}

@media (min-width: 1440px) {
    .headerTop {
        display: flex;
    }
}

.headerTopNav a {
    position: relative;
    color: #999;
    padding-right: 15px;
}

.headerTopNav a.language{
    display: flex;
    align-items: center;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    padding: 2px 5px;
}

.headerTopNav a::after {
    position: absolute;
    right: 5px;
    top: -2px;
    display: block;
    content: "|";
}

/* .headerTopNav a:last-child {
    padding: 0;
} */

.headerTopNav a:last-child::after {
    content: "";
}

.headerTopNav a:hover {
    color: #004599;
}

.logo {
    display: flex;
    align-items: center;
    height: 100px;
}

.logo h1 {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    color: #004599;
}

.logo h1 span:first-child {
    font-size: 1.8rem;
    line-height: 1.2;
}

.logo h1 span:nth-child(2) {
    font-size: 1rem;
    letter-spacing: 0px
}

.headerTxt {
    display: none;
    flex-direction: column;
    border-left: 1px solid #d1d1d1;
    margin-left: 20px;
    padding-left: 20px;
    color: #999
}

@media (min-width: 576px) {
    .headerTxt {
        display: none;
    }
}

@media (min-width: 768px) {
    .headerTxt {
        display: none;
    }
}

@media (min-width: 992px) {
    .headerTxt {
        display: none;
    }
}

@media (min-width: 1200px) {
    .headerTxt {
        display: none;
    }
}

@media (min-width: 1440px) {
    .headerTxt {
        display: flex;
    }
}

.headerTxt span:first-child {
    color: red;
    font-size: 1.2rem;
}

.headerTel {
    display: none;
}

@media (min-width: 576px) {
    .headerTel {
        display: none;
    }
}

@media (min-width: 768px) {
    .headerTel {
        display: none;
    }
}

@media (min-width: 992px) {
    .headerTel {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .headerTel {
        display: flex;
    }
}

@media (min-width: 1440px) {
    .headerTel {
        display: flex;
    }
}

.headerTel .icons-list {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background-color: #d1d1d1;
    border-radius: 10px;
    font-size: 30px;
    color: #fff;
}

.headerTel div:nth-child(2) {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    color: red;
    line-height: 1;
    font-weight: 700;
}

.headerTel div:nth-child(2) span:first-child {
    font-size: .8rem;
    color: #666;
}

.drawerBtn {
    display: none;
}

@media (min-width: 576px) {
    .drawerBtn {
        display: flex;
    }
}

@media (min-width: 768px) {
    .drawerBtn {
        display: flex;
    }
}

@media (min-width: 992px) {
    .drawerBtn {
        display: none;
    }
}

@media (min-width: 1200px) {
    .drawerBtn {
        display: none;
    }
}

@media (min-width: 1440px) {
    .drawerBtn {
        display: none;
    }
}

.headerNav {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #158adc 0%, #004599 100%);
}

ul.nav {
    display: flex;
    justify-content: space-between;
}

ul.nav li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 50px;
    border-left: 1px solid #158adc;
    border-right: 1px solid #004599;
}

ul.nav li:first-child {
    border-left: none;
}

ul.nav li:last-child {
    border-right: none;
}

ul.nav li.on,
ul.nav li:hover {
    background: url(../img/nav_bg_cur.png) center bottom no-repeat;
}

ul.nav a.navBtn {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

ul.nav li.on>a,
ul.nav li:hover>a {
    font-size: 1.2rem;
}

ul.nav li .subNav {
    display: none;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

ul.nav li.on .subNav,
ul.nav li:hover .subNav {
    display: block;
}

.subNav a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    background-color: #0b4c9c;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
}

.subNav a:hover {
    background-color: #333;
}


/* banner */
.indexBanner {
    overflow: hidden;
}

.indexBanner .el-carousel__item {
    display: flex;
    justify-content: center;
}

/* indexSearch */
.indexSearch {
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #f5f5f5;
}

.indexSearchKey {
    font-size: 1rem;
    font-style: italic;
}

.indexSearchKey span {
    font-size: 1.2rem;
    color: #999;
}

.indexSearchKey a {
    color: #666;
}

.formsearch{
    display: flex;
}

.formsearch button{
    border: 1px solid #DCDFE6;
    font-size: 1.2rem;
    border-radius: 4px;
}

/* indexBrand */
.indexBrand {
    padding: 20px 0;
}

.indexBrand .warp>div {
    display: flex;
    flex-wrap: wrap;
}

.indexBrand .indexBrandImg {
    width: 310px;
    height: 560px;
    background: url(../img/indexBrandImg.png) center top no-repeat;
    background-size: contain;
    color: transparent;
}

.indexBrand ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #f5f5f5;
    border-top: none;
}

.indexBrand ul li {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    width: 20%;
    overflow: hidden;
}

.indexBrand ul li:nth-child(4n) {
    border-right: none;
}

.indexBrand ul li img {
    width: 90%;
    transition: .3s;
    cursor: pointer;
}

.indexBrand ul li img:hover {
    transform: scale(1.1);
}

/* indexProshow */
.indexProshow {
    padding: 80px 0;
}

.indexProshow .warp {
    display: flex;
    flex-direction: column;
}

.indexProshow .el-tabs__nav-wrap::after {
    background-color: transparent !important;
}

.indexProshow .el-tabs__active-bar {
    background-color: transparent !important;
}

.indexProshow .el-tabs__nav {
    display: flex;
}

.indexProshow .el-tabs__content {
    padding: 20px 0;
}

.indexProshow .el-tabs__item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 79px;
    background: url(../img/indexProBtnDark.png) center center no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}

.indexProshow .el-tabs__item.is-active {
    background: url(../img/indexProBtn.png) center center no-repeat;
    background-size: contain;
}

.indexProshow .el-link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #D1D1D1;
    overflow: hidden;
}

.indexProshow .el-link:hover {
    border: 2px solid #004599;
}

.indexProshow .el-link img {
    height: 400px;
    transition: .3s;
}

.indexProshow .el-link:hover img {
    transform: scale(1.1);
}

.indexProMore {
    margin: 20px auto;
    padding: 5px 40px;
    border: 2px solid #004599;
    font-size: 1.5rem;
    color: #004599;
}

/* indexTitle */
h3.indexTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}

h3.indexTitle img {
    width: 100%;
}

h3.indexTitle span {
    margin: 10px auto;
    width: 70%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}

h3.indexTitle::after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -130px;
    bottom: 0;
    display: block;
    background-color: #004599;
    width: 260px;
    height: 10px;
}

/* indexProStar */
.indexProStar {
    margin: 20px 0;
}

.indexProStar .el-carousel {
    margin: 80px auto 0;
    overflow-y: hidden;
}

.indexProStar .el-carousel__item--card {
    display: flex;
    padding: 10px;
    width: 300px;
    height: 300px;
}

.indexProStar .el-carousel__item--card.is-active {
    width: 500px;
    height: 500px;
}

.indexProStar .el-carousel__arrow {
    background-color: transparent;
    color: #096DD9;
    font-size: 3rem;
}

.indexProStar .el-carousel__arrow:hover {
    background-color: transparent;
    color: #00d4f8;
}

.indexProStar .el-carousel__item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    flex: 1;
}

.indexProStar .el-carousel__item a img {
    height: 100%;
}

.indexProStar .el-carousel__item a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background-color: rgba(5, 89, 218, .7);
    color: white;
    font-size: 0.9rem;
    text-align: center;
}

/* indexProSys */
.indexProSys {
    display: flex;
}

/* indexProRange */
.indexProRange {
    padding: 80px 0;
}

.indexProRangeList {
    margin-top: 30px;
    flex: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #0d60ac;
    cursor: pointer;
    overflow: hidden;
}

.indexProRangeList {
    margin-right: 0;
}

.indexProRangeList img {
    width: 100%;
}

.indexProRangeName {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
}

.indexProRangeInfo {
    position: absolute;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20% 10%;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: justify;
    transition: 0.3s;
}

.indexProRangeList:hover .indexProRangeInfo {
    top: 0;
}

/* indexConsult */
.indexConsult {
    display: flex;
}

/* indexAdv */
.indexAdv {
    padding: 80px 0;
}

.indexAdv img {
    width: 100%;
}

.indexAdv .dll-row {
    padding: 20px 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.indexAdv .dll-row .dll-col {
    max-width: 600px;
}

.indexAdv .dll-row .dll-col:first-child {
    margin-right: 50px;
}

.indexAdv h5 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-style: italic;
    border-bottom: 1px solid #d1d1d1;
}

.indexAdv p {
    background: url(../img/indexAdvIcon.png) left 30px no-repeat;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 1.4rem;
    text-align: justify;
}

.indexAdv p span {
    color: #085698;
}

/* indexAd */
.indexAd {
    display: flex;
}

/* indexAbout */
.indexAbout {
    padding: 80px 0;
    background-color: #0057a5;
}

.indexAbout .indexAboutImg img {
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.indexAbout h3 {
    padding-bottom: 20px;
    font-size: 1.8rem;
    color: #fff;
}

.indexAbout h3 i {
    margin-left: 20px;
    color: #78bc27;
}

.indexAbout p {
    font-size: 1.2rem;
    color: #fff;
    font-style: italic;
    text-align: justify;
    text-indent: 2em;
}

.indexAbout a {
    margin: 0 10px;
    padding: 5px 20px;
    font-size: 1rem;
    font-style: italic;
    background-color: #78bc27;
    color: #fff;
    font-weight: 700;
}

.indexAboutBtn {
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
}

/* indexCertificate */
.indexCertificate {
    display: flex;
}

/* indexOrderStep */
.indexOrderStep {
    display: flex;
    background-color: #0065b7;
}

/* indexNews */
.indexNews {
    padding: 60px 0;
}

.indexNews .el-col {
    margin-top: 30px;
}

.indexNewsTab {
    border: 1px solid #EBEEF5;
    background-color: #FFF;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 4px;
    overflow: hidden;
}

.indexNewsTab .el-tabs__header,
.indexNews .el-card__header {
    padding: 5px 20px;
    background-color: #78bc27;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
}

.indexNews .el-card__header {
    line-height: 40px;
}

.indexNews .el-card__body {
    min-height: 332px;
    overflow: hidden;
    box-sizing: border-box;
}

.indexNewsTab .el-tabs__item {
    color: #fff;
    font-size: 1.5rem;
}

.indexNewsTab .el-tabs__nav-wrap::after {
    height: 0;
}

.indexNewsTab .el-tabs__active-bar {
    background-color: #fff;
}

.indexNewsTab .el-tabs__content {
    min-height: 326px;
    box-sizing: border-box;
    padding: 10px 20px 20px;
}

.indexNews .el-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0065b7;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.indexNewsImg {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.indexNewsImg div:first-child {
    display: flex;
    border: 1px solid #EBEEF5;
    padding: 1px;
    margin-right: 20px;
}

.indexNewsImg div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.indexNewsImg div:nth-child(2) a {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
}

.indexNewsImg div:nth-child(2) a:hover {
    color: #0065b7;
}

.indexNewsImg div:nth-child(2) p {
    color: #999;
    text-align: justify;
}

.indexAskScroll .el-carousel__container{
    
}
.indexAskScroll .el-carousel__item--card{
    width: 100%;
    height: 100px;
}

.indexNewsList {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexNewsList a {
    color: #999;
    transition: .3s;
}

.indexNewsList a:hover {
    padding-left: 20px;
    color: #0065b7;
}

.indexNewsList i {
    margin-right: 5px;
    font-size: .7rem;
}

.indexAskList {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f5f5f5;
}

.indexNews .el-card__body .indexAskList:first-child {
    margin-top: 0;
}

.indexAskList a {
    display: flex;
    color: #666;
}

.indexAskList p {
    display: flex;
    padding: 10px 0 10px 30px;
    color: #999;
    align-items: center;
    text-align: justify;
}

.indexAskList i {
    font-size: 1.3rem;
}

.indexAskList a i {
    margin-right: 10px;
    color: #0065b7;
}

.indexAskList p i {
    margin-left: 10px;
    color: #78bc27;
    transform: rotateY(180deg); 
}

/* friendLink */
.friendLink {
    padding: 10px 0;
    background-color: #78bc27;
}

.friendLink h3 {
    margin: 0;
    position: relative;
}

.friendLink h3 span {
    color: #fff;
    font-size: 1.5rem;
}

.friendLink h3 a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #158adc 0%, #004599 100%);
    color: #fff;
    font-size: .8rem
}

.friendLinkList a {
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
}

/* footer */
footer {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, .75);
}

footer nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

footer nav a {
    position: relative;
    text-align: center;
    flex: 1;
    font-size: 1rem;
    color: rgba(255, 255, 255, .7);
}

footer nav a:hover {
    color: #fff;
}

footer nav a::after {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    content: "|";
}

footer nav a:last-child::after {
    display: none;
}

footer .el-row {
    margin-top: 20px;
    flex-wrap: wrap;
}

footer .el-row .el-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLogo {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footerLogo p {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.footerLogo span:first-child {
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 5px
}

.footerLogo span:nth-child(2) {
    font-size: .8rem;
    font-weight: 700;
}

.footerContact {
    padding: 10px 0;
    color: #fff;
}

.footerContact p i {
    margin-right: 10px;
}

.footerContact p span {
    display: inline-block;
    width: 5rem;
    text-align: justify;
}

.footerCopyRight {
    padding: 10px 0;
    color: #fff;
}

.footerCopyRight span {
    margin: 0 10px;
}

/* mobileNav */
.mobileNav {
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

@media (min-width: 576px) {
    .mobileNav {
        display: flex;
    }
}

@media (min-width: 768px) {
    .mobileNav {
        display: flex;
    }
}

@media (min-width: 992px) {
    .mobileNav {
        display: none;
    }
}

@media (min-width: 1200px) {
    .mobileNav {
        display: none;
    }
}

@media (min-width: 1440px) {
    .mobileNav {
        display: none;
    }
}

.mobileNav a {
    padding: 20px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(to bottom, #158adc 0%, #004599 100%);
}

.mobileNav a:hover {
    background: #78bc27;
}

.mobileNav a i {
    font-size: 2rem;
}

/* innerPage */
.innerPage {
    padding: 30px 0;
}

.dll-breadcrumb {
    margin-top: 20px;
}

.dll-breadcrumb a {
    color: #666;
}

.dll-breadcrumb a:hover {
    color: #0b4c9c;
}

/* pageLeft  */
.pageLeft {}

@media (min-width: 576px) {
    .pageLeft {
        display: none;
    }
}

@media (min-width: 768px) {
    .pageLeft {
        display: none;
    }
}

@media (min-width: 992px) {
    .pageLeft {
        display: block;
    }
}

@media (min-width: 1200px) {
    .pageLeft {
        display: block;
    }
}

@media (min-width: 1440px) {
    .pageLeft {
        display: block;
    }
}

.pageLeft .el-card {
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid #999;
    border-radius: 0;
}

.pageLeft .el-card__header {
    padding: 0;
    border-bottom: 0;
}

.pageCardTitle {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    background-color: #0b4c9c;
    color: #fff;
    line-height: 1;
}

.pageCardTitle h5 {
    margin: 0;
    font-size: 1.5rem;
}

.pageCardTitle span {
    font-size: 1rem;
}

.pageLeft .el-card__body {
    padding: 0;
}

.pageMenu a {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #3968ae 0%, #3968ae 50%, #174ea1 51%, #174ea1 100%);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.pageMenu a.on,
.pageMenu a:hover {
    background: #333;
}

.pageCarditem h5 {
    margin: 0;
    color: #0b4c9c;
    font-size: 1.2rem;
    text-align: center;
}

.pageCarditem p {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #d1d1d1;
}

.pageCarditem p:last-child {
    margin-bottom: 10px;
    border-bottom: none;
}

.pageCarditem p i {
    margin-right: 8px;
}

.pageCarditem p span:first-child {
    font-size: .8rem;
    color: #999;
}

.pageCarditem p span:nth-child(2) {
    margin-left: 20px;
    font-size: 1rem;
}

.pageCarditem p span.light {
    font-size: 1.5rem;
    color: #0065B7;
}

.pageRight {
    display: flex;
    flex-direction: column;
}

.pageContent {
    margin-top: 20px;
    padding: 30px;
    height: auto;
    min-height: 600px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    /* border: 1px solid #999; */
}

.pageContent h2 {
    text-align: center;
}

.pageContentTip {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #999;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}

.pageContentTip span {
    margin: 0 5px;
}

.pageContentBody {
    padding: 20px 0;
}

.pageContentFoot {
    padding: 10px 0;
}

.el-card.picList {
    margin-bottom: 30px;
}

.el-card.picList .el-image {
    width: 100%;
}

.el-card.proList {
    margin-bottom: 30px;
    transition: .3s;
}

.el-card.proList:hover {
    border-color: #004488;
    transform: translateY(-10px);
}

.el-card.proList .el-image {
    display: flex;
    justify-content: center;
    height: 300px;
}

.el-card.proList span {
    display: flex;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList {
    display: flex;
}
.newsList >font{
    display: flex;
    flex: 1;
}

.newsList img {
    margin-right: 10px;
    width: 185px;
    height: 140px;
}

.newsList dl {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.newsList dl dt {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

.newsList dl dt a {
    font-size: 1rem;
    color: #0065B7;
    transition: .3s;
}

.newsList dl dt a:hover {
    padding-left: 10px;
}

.newsList dl dd {
    margin: 20px 0;
    padding: 20px;
    color: #999;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}

.proShow .el-tabs__nav {
    display: flex;
}

.proShow .el-tabs__item {
    display: flex;
    align-content: center;
    align-items: center;
    height: 100px;
}

.proShow span {
    display: flex;
    width: 80px;
    height: 80px;
}

.proShow .el-tab-pane {
    display: flex;
    align-items: center;
    justify-content: center;
}

.proShow .el-tab-pane img {
    height: 400px;
}

.proValues h2 {
    text-align: left;
}

.proValues ul {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

.proValues ul li {
    display: flex;
    margin-bottom: 3px;
}

.proValues ul li span {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #78bc27;
    color: #fff;
}

.proValues ul li p {
    padding: 0 10px;
    flex: 1;
    background-color: #f5f5f5;
}

.downtext {
    text-align: center;
}

.proDetail,
.proKey,
.proMessage {
    margin-top: 30px;
}

.proMessage .el-form-item__content {
    display: flex;
}

.proMessage .el-input {
    width: 300px;
}

.proMessage .el-form-item__content span {
    margin-left: 10px;
}

/* pagelink */
.pagelink {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.pagelink ul {
    display: flex;
    align-items: center;
}

.pagelink ul li {
    margin: 0 10px;
    line-height: 1;
}

.pagelink ul li a {
    color: #666;
}

.pagelink ul li a:hover {
    color: #0065B7;
}

.pagelink ul li.thisclass {
    color: #0065B7;
    font-size: 1.2rem;
}

/* sitemap */
.sitemapTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.sitemapNav {
     display: flex;
 }
 .sitemapNav h2:nth-child(2) a{
      margin-left: 30px;
      color: red;
  }
.sitemapTop a{
    color: #666;
}
.sitemap .el-card{
    margin-bottom: 40px;
}
.sitemap .el-card__header{
    text-align: center;
}
.sitemap .el-card__header a{
    font-size: 2rem;
    color: #666;
}
.linkbox{
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}
.linkbox h3{
    font-size: 1.4rem;
}
.linkbox h3 a{
    color: #0065B7;
}
.linkbox ul{
    display: flex;
    flex-wrap: wrap;
}
.linkbox ul li{
    flex: auto;
    width: 20%;
    padding: 10px 0;
}
.linkbox ul li a{
    font-size: 1rem;
    color: #666;
    font-weight: 700;
}
